home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / VBZ01.ZIP / D&DSERVE.BAS < prev    next >
BASIC Source File  |  1993-02-26  |  290b  |  7 lines

  1. DefInt A-Z
  2.  
  3. Declare Function DropSelItems Lib "D&DSERVE.DLL" (ByVal hList, ByVal Path$, ByVal nButton)
  4. Declare Function DropAllItems Lib "D&DSERVE.DLL" (ByVal hList, ByVal nButton)
  5. Declare Function DropBuff Lib "D&DSERVE.DLL" (ByVal Buff$, ByVal BufSize, ByVal nFiles, ByVal Button)
  6.  
  7.